Home
last modified time | relevance | path

Searched refs:isMachO (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp86 bool InstrProfiling::isMachO() const { in isMachO() function in InstrProfiling
92 return getInstrProfCountersSectionName(isMachO()); in getCountersSection()
97 return getInstrProfNameSectionName(isMachO()); in getNameSection()
102 return getInstrProfDataSectionName(isMachO()); in getDataSection()
107 return getInstrProfCoverageSectionName(isMachO()); in getCoverageSection()
377 ValuesVar->setSection(getInstrProfValuesSectionName(isMachO())); in getOrCreateRegionCounters()
472 VNodesVar->setSection(getInstrProfVNodesSectionName(isMachO())); in emitVNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h113 bool isMachO() const { in isMachO() function
141 if (isMachO()) in getTripleObjectFormat()
DMachO.h591 return v->isMachO(); in classof()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DBinary.h46 isMachO, enumerator
/external/llvm/include/llvm/Transforms/
DInstrProfiling.h52 bool isMachO() const;
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp39 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolMachO.h132 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
DMCSymbol.h285 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/llvm/include/llvm/MC/
DMCSymbolMachO.h132 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
DMCSymbol.h282 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.cpp39 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp334 if (Obj->isMachO()) in createDumper()
418 if (Obj->isMachO()) { in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp97 if (isMachO()) in makeTriple()
/external/llvm/include/llvm/Object/
DBinary.h110 bool isMachO() const { in isMachO() function
DMachO.h422 return v->isMachO(); in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp394 if (Obj->isMachO()) in createDumper()
500 if (Obj->isMachO()) { in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp167 if (Module->isMachO() && !SymbolName.empty() && SymbolName[0] == '_') in addSymbol()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp150 if (Module->isMachO() && SymbolName.size() > 0 && SymbolName[0] == '_') in addSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp224 return Obj.isMachO(); in isCompatibleFile()
DRuntimeDyld.cpp1170 else if (Obj.isMachO()) in loadObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp221 return Obj.isMachO(); in isCompatibleFile()
DRuntimeDyld.cpp1030 else if (Obj.isMachO()) in loadObject()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp925 static bool isMachO(const CodeGenModule &CGM) { in isMachO() function
930 return llvm::getInstrProfCoverageSectionName(isMachO(CGM)); in getCoverageSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp334 if (Obj->isMachO()) in getTarget()
1636 else if (o->isMachO()) { in printPrivateFileHeaders()
1648 else if (o->isMachO()) in printFirstPrivateFileHeader()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp32 : ObjectFile(Binary::isMachO, Object, ec), in MachOObjectFile()

12