Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp481 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal() local
482 if (OptionalPrefix) in selectELFSectionForGlobal()
483 Name += *OptionalPrefix; in selectELFSectionForGlobal()
1508 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
1509 if (OptionalPrefix) in selectWasmSectionForGlobal()
1510 Name += *OptionalPrefix; in selectWasmSectionForGlobal()