Home
last modified time | relevance | path

Searched refs:getModuleMetadata (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp117 void RISCVELFTargetObjectFile::getModuleMetadata(Module &M) { in getModuleMetadata() function in RISCVELFTargetObjectFile
118 TargetLoweringObjectFileELF::getModuleMetadata(M); in getModuleMetadata()
HDRISCVTargetObjectFile.h47 void getModuleMetadata(Module &M) override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLoweringObjectFileImpl.h49 void getModuleMetadata(Module &M) override;
216 void getModuleMetadata(Module &M) override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h94 virtual void getModuleMetadata(Module &M) {} in getModuleMetadata() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp297 void TargetLoweringObjectFileELF::getModuleMetadata(Module &M) { in getModuleMetadata() function in TargetLoweringObjectFileELF
2151 void TargetLoweringObjectFileWasm::getModuleMetadata(Module &M) { in getModuleMetadata() function in TargetLoweringObjectFileWasm
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp447 .getModuleMetadata(M); in doInitialization()