HomeSort by: relevance | last modified time | path
    Searched refs:IsELF (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
ObjectFileTransformer.cpp 76 const bool IsELF = isa<ELFObjectFileBase>(&Obj);
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 995 case MCContext::IsELF:
1030 if (Ctx->getObjectFileType() != MCContext::IsELF)
1048 if (Ctx->getObjectFileType() != MCContext::IsELF)
1068 if (Ctx->getObjectFileType() == MCContext::IsELF) {
1084 if (Ctx->getObjectFileType() == MCContext::IsELF) {
MCContext.cpp 93 Env = IsELF;
232 case MCContext::IsELF:
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 77 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF };
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2262 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF();
2282 if (IsELF) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 779 case MCContext::IsELF:
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 6334 ELF = (1 << MCContext::IsELF),
6363 case MCContext::IsELF:

Completed in 54 milliseconds