Home
last modified time | relevance | path

Searched defs:AOS (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFTypeUnit()
DDWARFUnit.h87 StringRef SOS, StringRef AOS, StringRef LS, bool LE) override { in parseImpl()
162 void setAddrOffsetSection(StringRef AOS, uint32_t Base) { in setAddrOffsetSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp36 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFUnit()