Home
last modified time | relevance | path

Searched refs:getUniqueSectionNames (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DCommandFlags.h117 bool getUniqueSectionNames();
/external/llvm/include/llvm/Target/
DTargetMachine.h202 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h243 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DTargetMachine.h277 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DCommandFlags.cpp549 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
DTargetLoweringObjectFileImpl.cpp877 if (TM.getUniqueSectionNames()) { in selectELFSectionForGlobal()
1001 (TM.getUniqueSectionNames() ? LSDA->getName() + "." + F.getName() in getSectionForLSDA()
2154 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp669 if (TM.getUniqueSectionNames()) { in selectELFSectionForGlobal()
1736 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp279 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectELFSectionForGlobal()