Home
last modified time | relevance | path

Searched refs:getMacinfoSection (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h49 virtual StringRef getMacinfoSection() const { return ""; } in getMacinfoSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp760 DataExtractor MacinfoData(DObj->getMacinfoSection(), isLittleEndian(), 0); in getDebugMacro()
1549 StringRef getMacinfoSection() const override { return MacinfoSection; } in getMacinfoSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp385 DataExtractor MacinfoData(getMacinfoSection(), isLittleEndian(), 0); in getDebugMacro()