Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h187 uint32_t insertFile(StringRef Path,
/llvm-project-15.0.7/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.cpp78 GsymFileIdx = Gsym.insertFile(File); in DWARFToGSYMFileIndex()
270 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); in convertFunctionLineTable()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1191 const uint32_t MainFileIndex = GC.insertFile("/tmp/main.c"); in TEST()
1192 const uint32_t FooFileIndex = GC.insertFile("/tmp/foo.h"); in TEST()