Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h202 virtual StringRef getMacinfoSection() = 0;
294 StringRef getMacinfoSection() override { return MacinfoSection; } in getMacinfoSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h52 virtual StringRef getMacinfoSection() const { return ""; } in getMacinfoSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h50 virtual StringRef getMacinfoSection() const { return ""; } in getMacinfoSection() function
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp281 DWARFDataExtractor Data(DObj->getMacinfoSection(), isLittleEndian(), 0); in parseMacroOrMacinfo()
487 DObj->getMacinfoSection())) { in dump()
1914 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp385 DataExtractor MacinfoData(getMacinfoSection(), isLittleEndian(), 0); in getDebugMacro()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp819 DataExtractor MacinfoData(DObj->getMacinfoSection(), isLittleEndian(), 0); in getDebugMacro()
1850 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection() function in __anonb929a5320d11::DWARFObjInMemory