Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp42 return Module.getObjFileName(); in getLibraryName()
DDbiModuleDescriptor.cpp86 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; } in getObjFileName() function in DbiModuleDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h46 StringRef getObjFileName() const;
DDbiModuleDescriptorBuilder.h63 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName() function
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h44 StringRef getObjFileName() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp119 StringRef ModInfo::getObjFileName() const { return ObjFileName; } in getObjFileName() function in ModInfo
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp216 DMI.Obj = MI.getObjFileName(); in dumpDbiStream()
DDumpOutputStyle.cpp554 P.formatLine("Obj: `{0}`: ", Desc.getObjFileName()); in dumpModules()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp465 P.printString("Object File Name", Modi.Info.getObjFileName().str()); in dumpDbiStream()