Searched refs:emitConstantSymbolRecord (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 354 void emitConstantSymbolRecord(const DIType *DTy, APSInt &Value,
|
| H A D | CodeViewDebug.cpp | 2839 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()
|