Searched refs:addLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | LocateToolCompilationDatabase.cpp | 31 return addLocation(Base->getAllCompileCommands()); in getAllCompileCommands() 36 return addLocation(Base->getCompileCommands(FilePath)); in getCompileCommands() 41 addLocation(std::vector<CompileCommand> Cmds) const { in addLocation() function in clang::tooling::__anon52c0036f0111::LocationAdderDatabase
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 65 void LVSymbol::addLocation(dwarf::Attribute Attr, LVAddress LowPC, in addLocation() function in LVSymbol 95 addLocation(Attr, in addLocationConstant()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 131 void addLocation(dwarf::Attribute Attr, LVAddress LowPC, LVAddress HighPC,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 811 CurrentSymbol->addLocation(Attr, /*LowPC=*/0, /*HighPC=*/-1, in processLocationList() 853 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()
|
| H A D | LVCodeViewVisitor.cpp | 1057 Symbol->addLocation(Attr, 0, 0, 0, 0); in visitKnownRecord() 1095 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord() 1134 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord() 1169 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord() 1207 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord() 1250 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord() 1291 Symbol->addLocation(Attr, Address, Address + Range.Range, 0, 0); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1028 {"_ZN5clang11DocumentXML11addLocationERKNS_14SourceLocationE", "clang::DocumentXML::addLocation(cla…
|