Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp491 const debug_pdb_info *&PDBInfo, in getDebugPDBInfo()
497 if (InfoBytes.size() < sizeof(debug_pdb_info) + 1) in getDebugPDBInfo()
499 PDBInfo = reinterpret_cast<const debug_pdb_info *>(InfoBytes.data()); in getDebugPDBInfo()
500 InfoBytes = InfoBytes.drop_front(sizeof(debug_pdb_info)); in getDebugPDBInfo()
508 std::error_code COFFObjectFile::getDebugPDBInfo(const debug_pdb_info *&PDBInfo, in getDebugPDBInfo()
/external/llvm/include/llvm/Object/
DCOFF.h185 struct debug_pdb_info { struct
875 const debug_pdb_info *&Info,
882 std::error_code getDebugPDBInfo(const debug_pdb_info *&Info,
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp394 const debug_pdb_info *PDBInfo; in getOrCreateModuleInfo()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp672 const debug_pdb_info *PDBInfo; in printCOFFDebugDirectory()