Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp63 bool isMachO() const { in isMachO() function in __anon6a671dd90111::InstrProfiling
69 return getInstrProfCountersSectionName(isMachO()); in getCountersSection()
74 return getInstrProfNameSectionName(isMachO()); in getNameSection()
79 return getInstrProfDataSectionName(isMachO()); in getDataSection()
84 return getInstrProfCoverageSectionName(isMachO()); in getCoverageSection()
/external/llvm/include/llvm/MC/
DMCSymbolMachO.h119 static bool classof(const MCSymbol *S) { return S->isMachO(); } in classof()
DMCSymbol.h282 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp289 if (Obj->isMachO()) in createDumper()
360 if (Obj->isMachO()) { in dumpObject()
/external/llvm/include/llvm/Object/
DBinary.h110 bool isMachO() const { in isMachO() function
DMachO.h422 return v->isMachO(); in classof()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp146 if (Module->isMachO() && SymbolName.size() > 0 && SymbolName[0] == '_') in addSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp208 return Obj.isMachO(); in isCompatibleFile()
DRuntimeDyld.cpp925 else if (Obj.isMachO()) in loadObject()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp877 static bool isMachO(const CodeGenModule &CGM) { in isMachO() function
882 return llvm::getInstrProfCoverageSectionName(isMachO(CGM)); in getCoverageSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp269 if (Obj->isMachO()) in getTarget()
1485 else if (o->isMachO()) in printPrivateFileHeader()