Home
last modified time | relevance | path

Searched refs:containsSymbol (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h194 error_code containsSymbol(SymbolRef S, bool &Result) const;
401 inline error_code SectionRef::containsSymbol(SymbolRef S, bool &Result) const { in containsSymbol() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp41 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() function in SectionRef
DObject.cpp161 return (*unwrap(SI))->containsSymbol(**unwrap(Sym)); in LLVMGetSectionContainsSymbol()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddisassembler.cc74 if (section.containsSymbol(symbol)) { in DisassembleObjectFile()
/external/llvm/lib/Object/
DObjectFile.cpp31 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() function in SectionRef
DObject.cpp161 return (*unwrap(SI))->containsSymbol(**unwrap(Sym)); in LLVMGetSectionContainsSymbol()
/external/llvm/include/llvm/Object/
DObjectFile.h100 bool containsSymbol(SymbolRef S) const;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp183 if (!error(i->containsSymbol(*si, contains)) && contains) { in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h114 bool containsSymbol(SymbolRef S) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp479 if (!Section.containsSymbol(Symbol)) in printSections()
DCOFFDumper.cpp1135 if (!Sec.containsSymbol(Symbol)) in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp481 if (!Section.containsSymbol(Symbol)) in printSections()
DCOFFDumper.cpp1290 if (!Sec.containsSymbol(Symbol)) in printSections()
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6690 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
6740 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp7048 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
7102 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()