Home
last modified time | relevance | path

Searched refs:insertFile (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h187 uint32_t insertFile(StringRef Path,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp25 insertFile(StringRef()); in GsymCreator()
28 uint32_t GsymCreator::insertFile(StringRef Path, llvm::sys::path::Style Style) { in insertFile() function in GsymCreator
H A DDwarfTransformer.cpp79 GsymFileIdx = Gsym.insertFile(File); in DWARFToGSYMFileIndex()
270 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); in convertFunctionLineTable()