/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 86 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/ |
D | llvm-lipo.cpp | 327 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/ |
D | Binary.h | 124 bool isMachO() const { in isMachO() function 158 if (isMachO()) in getTripleObjectFormat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 122 bool isMachO() const { in isMachO() function 156 if (isMachO()) in getTripleObjectFormat()
|
/external/llvm/include/llvm/Transforms/ |
D | InstrProfiling.h | 52 bool isMachO() const;
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 39 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbolMachO.h | 132 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
|
D | MCSymbol.h | 282 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolMachO.h | 136 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
|
D | MCSymbol.h | 278 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbolMachO.h | 136 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
|
D | MCSymbol.h | 278 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 56 if (Binary.isMachO() || Binary.isMachOUniversalBinary()) in dumpInput()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | RemarkLinker.cpp | 25 if (Obj.isMachO()) in getRemarksSectionName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkLinker.cpp | 25 if (Obj.isMachO()) in getRemarksSectionName()
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 110 bool isMachO() const { in isMachO() function
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 334 if (Obj->isMachO()) in createDumper() 418 if (Obj->isMachO()) { in dumpObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ObjectFile.cpp | 112 if (isMachO()) in makeTriple()
|
/external/llvm-project/llvm/lib/Object/ |
D | ObjectFile.cpp | 119 if (isMachO()) { in makeTriple()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 150 if (Module->isMachO() && SymbolName.size() > 0 && SymbolName[0] == '_') in addSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
|
/external/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 187 if (Module->isMachO() && !SymbolName.empty() && SymbolName[0] == '_') in addSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 200 if (Module->isMachO() && !SymbolName.empty() && SymbolName[0] == '_') in addSymbol()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 221 return Obj.isMachO(); in isCompatibleFile()
|