Home
last modified time | relevance | path

Searched refs:getCUIndexSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h222 virtual StringRef getCUIndexSection() = 0;
320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h75 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp447 DObj->getCUIndexSection())) { in dump()
639 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1518 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()