Home
last modified time | relevance | path

Searched refs:emitConstantSymbolRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h354 void emitConstantSymbolRecord(const DIType *DTy, APSInt &Value,
H A DCodeViewDebug.cpp2839 emitConstantSymbolRecord(Ty, Val, std::string(L.DIVar->getName())); in emitLocalVariableList()
3351 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value, in emitConstantSymbolRecord() function in CodeViewDebug
3387 emitConstantSymbolRecord(DTy->getBaseType(), Value, in emitStaticConstMemberList()
3464 emitConstantSymbolRecord(DIGV->getType(), Value, QualifiedName); in emitDebugInfoForGlobal()