Home
last modified time | relevance | path

Searched refs:DebugCrossModuleExportsSubsection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
39 uint32_t DebugCrossModuleExportsSubsection::calculateSerializedSize() const { in calculateSerializedSize()
43 Error DebugCrossModuleExportsSubsection::commit( in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h46 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
48 DebugCrossModuleExportsSubsection() in DebugCrossModuleExportsSubsection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection()