Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h267 codeview::TypeIndex getFuncIdForSubprogram(const DISubprogram *SP);
H A DCodeViewDebug.cpp254 auto InlineeIdx = getFuncIdForSubprogram(Inlinee); in getInlineSite()
388 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram() function in CodeViewDebug
839 OS.emitInt32(getFuncIdForSubprogram(SP).getIndex()); in emitSecureHotPatchInformation()
1168 OS.emitInt32(getFuncIdForSubprogram(GV->getSubprogram()).getIndex()); in emitDebugInfoForFunction()