Home
last modified time | relevance | path

Searched defs:isMachO (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DBinary.h46 isMachO, enumerator
/external/llvm/include/llvm/Object/
DBinary.h110 bool isMachO() const { in isMachO() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h113 bool isMachO() const { in isMachO() function
/external/llvm/include/llvm/MC/
DMCSymbol.h282 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h285 bool isMachO() const { return Kind == SymbolKindMachO; } in isMachO() function
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp86 bool InstrProfiling::isMachO() const { in isMachO() function in InstrProfiling
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp925 static bool isMachO(const CodeGenModule &CGM) { in isMachO() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4522 bool isMachO = MAI.hasSubsectionsViaSymbols(); in parseDirectiveThumbFunc() local