Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp353 Sections[SectIdx].containsSymbol(Symbols[SymIdx], containsSym); in DisassembleInputMachO2()
373 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx], in DisassembleInputMachO2()
Dllvm-objdump.cpp425 if (!error(Section.containsSymbol(Symbol, contains)) && contains) { in DisassembleObject()
/external/llvm/include/llvm/Object/
DObjectFile.h112 std::error_code containsSymbol(SymbolRef S, bool &Result) const;
462 inline std::error_code SectionRef::containsSymbol(SymbolRef S, in containsSymbol() function
/external/llvm/lib/Object/
DObject.cpp149 if (std::error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret)) in LLVMGetSectionContainsSymbol()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp261 if (Section.containsSymbol(Symbol, Contained) || !Contained) in printSections()
DCOFFDumper.cpp632 if (Sec.containsSymbol(Symbol, Contained) || !Contained) in printSections()