/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1057 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo() 1110 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection() 1129 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection() 1149 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection() 1168 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection() 1184 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection() 1212 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
|
H A D | MCContext.cpp | 243 switch (getObjectFileType()) { in createSymbolImpl()
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 348 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 399 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCContext.cpp | 158 switch (MOFI->getObjectFileType()) { in createSymbolImpl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCContext.h | 429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCContext.h | 436 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCContext.h | 429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 162 switch (MOFI->getObjectFileType()) { in createSymbolImpl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCContext.h | 429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
|
/aosp_15_r20/external/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5344 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix() 8952 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective() 9119 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6165 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix() 10545 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective() 10685 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 573 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6391 switch (getContext().getObjectFileType()) { in parsePrefix() 11054 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective() 11225 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 714 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 4157 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 785 switch (Ctx.getObjectFileType()) { in AsmParser()
|
H A D | MasmParser.cpp | 1106 switch (Ctx.getObjectFileType()) { in MasmParser()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 5024 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6729 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
|