Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp182 return TrapOnFailFunctionAddresses.contains(Target); in willTrapOnCFIViolation()
569 TrapOnFailFunctionAddresses.insert(*AddrOrErr); in parseSymbolTable()
581 TrapOnFailFunctionAddresses.insert(Addr.second); in parseSymbolTable()
H A DFileAnalysis.h231 SmallSet<uint64_t, 4> TrapOnFailFunctionAddresses; variable