Home
last modified time | relevance | path

Searched refs:getSectionHeaders (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp231 for (; Section < Dbi->getSectionHeaders().size(); ++Section) { in addressForRVA()
232 auto &Sec = Dbi->getSectionHeaders()[Section]; in addressForRVA()
382 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset()
385 auto &Sec = Dbi->getSectionHeaders()[Section - 1]; in getRVAFromSectOffset()
DDbiStream.cpp201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders() function in DbiStream
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.cpp66 uint32_t max_section = dbi().getSectionHeaders().size(); in MakeVirtualAddress()
74 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1]; in MakeVirtualAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders() function in DbiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp245 DbiStream::getSectionHeaders() { in getSectionHeaders() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp732 for (const object::coff_section &Section : Dbi->getSectionHeaders()) { in dumpSectionHeaders()