Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp26 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp370 static void codegen(const Config &Conf, TargetMachine *TM, in codegen() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp848 void codegen() { in codegen() function in thinlto::ThinLTOProcessing