Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp139 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
240 CodeViewDebug::InlineSite &
314 struct CodeViewDebug::TypeLoweringScope {
323 CodeViewDebug &CVD;
585 void CodeViewDebug::endModule() { in endModule()
668 void CodeViewDebug::emitTypeInformation() { in emitTypeInformation()
848 void CodeViewDebug::emitBuildInfo() { in emitBuildInfo()
1165 CodeViewDebug::LocalVarDefRange
1247 void CodeViewDebug::calculateRanges( in calculateRanges()
2170 void CodeViewDebug::clear() { in clear()
[all …]
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
468 CodeViewDebug(AsmPrinter *AP);
H A DAsmPrinter.cpp346 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile181 SRCS_MIN+= CodeGen/AsmPrinter/CodeViewDebug.cpp