Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h478 bool hasLinkerPrivateGlobalPrefix() const { in hasLinkerPrivateGlobalPrefix() function
482 if (hasLinkerPrivateGlobalPrefix()) in getLinkerPrivateGlobalPrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h518 bool hasLinkerPrivateGlobalPrefix() const { in hasLinkerPrivateGlobalPrefix() function
523 if (hasLinkerPrivateGlobalPrefix()) in getLinkerPrivateGlobalPrefix()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h553 bool hasLinkerPrivateGlobalPrefix() const { in hasLinkerPrivateGlobalPrefix() function
558 if (hasLinkerPrivateGlobalPrefix()) in getLinkerPrivateGlobalPrefix()
/external/llvm/include/llvm/IR/
DDataLayout.h256 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix() function
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h309 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h298 bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; } in hasLinkerPrivateGlobalPrefix() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1437 if (JTInDiffSection && DL.hasLinkerPrivateGlobalPrefix()) in EmitJumpTableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1889 if (JTInDiffSection && DL.hasLinkerPrivateGlobalPrefix()) in EmitJumpTableInfo()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2024 if (JTInDiffSection && DL.hasLinkerPrivateGlobalPrefix()) in emitJumpTableInfo()