Home
last modified time | relevance | path

Searched refs:getDefaultExceptionHandling (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.h67 ExceptionModel = TT.getDefaultExceptionHandling();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenTargetMachineImpl.cpp85 getTargetTriple().getDefaultExceptionHandling() && in initAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h251 ? TargetTriple.getDefaultExceptionHandling() in getExceptionModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1326 LLVM_ABI ExceptionHandling getDefaultExceptionHandling() const;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp2259 ExceptionHandling Triple::getDefaultExceptionHandling() const { in getDefaultExceptionHandling() function in Triple