Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h180 uint32_t insertFile(StringRef Path,
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h188 uint32_t insertFile(StringRef Path,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp25 insertFile(StringRef()); in GsymCreator()
28 uint32_t GsymCreator::insertFile(StringRef Path, in insertFile() function in GsymCreator
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp25 insertFile(StringRef()); in GsymCreator()
28 uint32_t GsymCreator::insertFile(StringRef Path, in insertFile() function in GsymCreator
DDwarfTransformer.cpp77 GsymFileIdx = Gsym.insertFile(File); in DWARFToGSYMFileIndex()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp1319 const uint32_t MainFileIndex = GC.insertFile("/tmp/main.c"); in TEST()
1320 const uint32_t FooFileIndex = GC.insertFile("/tmp/foo.h"); in TEST()