Home
last modified time | relevance | path

Searched refs:addMapping (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping() function in DebugCrossModuleExportsSubsection
H A DTypeStreamMerger.cpp109 void addMapping(TypeIndex Idx);
207 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping() function in TypeStreamMerger
379 addMapping(DestIdx); in remapType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h56 void addMapping(uint32_t Local, uint32_t Global);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h504 void addMapping(LVLine *Line, LVSectionIndex SectionIndex);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp707 CompileUnit->addMapping(Line, SectionIndex); in processLines()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp469 Result->addMapping(M.Local, M.Global); in toCodeViewSubsection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1256 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in addMapping() function in LVScopeCompileUnit