Home
last modified time | relevance | path

Searched refs:isMachO (Results 1 – 25 of 42) 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/llvm-project/llvm/tools/llvm-lipo/
Dllvm-lipo.cpp327 if (!B->isArchive() && !B->isMachO() && !B->isMachOUniversalBinary() && in readInputBinaries()
330 if (IF.ArchType && (B->isMachO() || B->isArchive() || B->isIR())) { in readInputBinaries()
331 const auto S = B->isMachO() in readInputBinaries()
457 assert(Binary->isMachO() && "expected MachO binary"); in printInfo()
473 if (InputBinaries.front().getBinary()->isMachO()) { in thinSlice()
632 if (InputBinaries.front().getBinary()->isMachO()) { in extractSlice()
690 if (InputBinaries.front().getBinary()->isMachO()) in replaceSlices()
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h124 bool isMachO() const { in isMachO() function
158 if (isMachO()) in getTripleObjectFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h122 bool isMachO() const { in isMachO() function
156 if (isMachO()) in getTripleObjectFormat()
/external/llvm/include/llvm/Transforms/
DInstrProfiling.h52 bool isMachO() const;
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp39 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
/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-10.0/llvm/include/llvm/MC/
DMCSymbolMachO.h136 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
DMCSymbol.h278 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolMachO.h136 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
DMCSymbol.h278 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/llvm-project/llvm/tools/obj2yaml/
Dobj2yaml.cpp56 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
/external/llvm-project/llvm/lib/Remarks/
DRemarkLinker.cpp25 if (Obj.isMachO()) in getRemarksSectionName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp25 if (Obj.isMachO()) in getRemarksSectionName()
/external/llvm/include/llvm/Object/
DBinary.h110 bool isMachO() const { in isMachO() function
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp334 if (Obj->isMachO()) in createDumper()
418 if (Obj->isMachO()) { in dumpObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp112 if (isMachO()) in makeTriple()
/external/llvm-project/llvm/lib/Object/
DObjectFile.cpp119 if (isMachO()) { in makeTriple()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp150 if (Module->isMachO() && SymbolName.size() > 0 && SymbolName[0] == '_') in addSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp187 if (Module->isMachO() && !SymbolName.empty() && SymbolName[0] == '_') in addSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp200 if (Module->isMachO() && !SymbolName.empty() && SymbolName[0] == '_') in addSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp221 return Obj.isMachO(); in isCompatibleFile()

12