Home
last modified time | relevance | path

Searched defs:codegen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp292 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit()
326 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmitToFile()
340 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp368 static void codegen(const Config &Conf, TargetMachine *TM, in codegen() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp858 void codegen() { in codegen() function in thinlto::ThinLTOProcessing