Home
last modified time | relevance | path

Searched defs:containsSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DObjectFile.cpp31 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() function in SectionRef
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h401 inline error_code SectionRef::containsSymbol(SymbolRef S, bool &Result) const { in containsSymbol() function