Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetMachine.h202 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h214 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp488 if (TM.getUniqueSectionNames()) { in selectELFSectionForGlobal()
1504 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp279 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectELFSectionForGlobal()