Home
last modified time | relevance | path

Searched refs:TrapOnFailFunctionAddresses (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp182 return TrapOnFailFunctionAddresses.count(Target) > 0; in willTrapOnCFIViolation()
566 TrapOnFailFunctionAddresses.insert(*AddrOrErr); in parseSymbolTable()
578 TrapOnFailFunctionAddresses.insert(Addr.second); in parseSymbolTable()
DFileAnalysis.h232 SmallSet<uint64_t, 4> TrapOnFailFunctionAddresses; variable