Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping() function in DebugCrossModuleExportsSubsection
H A DTypeStreamMerger.cpp108 void addMapping(TypeIndex Idx);
206 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping() function in TypeStreamMerger
380 addMapping(DestIdx); in remapType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h55 void addMapping(uint32_t Local, uint32_t Global);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp469 Result->addMapping(M.Local, M.Global); in toCodeViewSubsection()