Home
last modified time | relevance | path

Searched refs:getCUIndexSection (Results 1 – 6 of 6) 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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h81 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h79 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp500 DObj->getCUIndexSection())) { in dump()
701 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1812 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonb929a5320d11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp565 DObj->getCUIndexSection())) { in dump()
750 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1874 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()