Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DObjectFile.cpp46 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() function in SectionRef
DObject.cpp279 return (*unwrap(SI))->containsSymbol(**unwrap(Sym)); in LLVMGetSectionContainsSymbol()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DObjectFile.h128 bool containsSymbol(SymbolRef S) const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp510 if (!Section.containsSymbol(Symbol)) in printSectionHeaders()
DCOFFDumper.cpp1450 if (!Sec.containsSymbol(Symbol)) in printSectionHeaders()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp7794 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
7846 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()