Home
last modified time | relevance | path

Searched defs:getLinkageName (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h109 StringRef getLinkageName() const override { in getLinkageName() function
H A DLVElement.h226 virtual StringRef getLinkageName() const { return StringRef(); } in getLinkageName() function
H A DLVScope.h677 StringRef getLinkageName() const override { in getLinkageName() function
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp74 const char *getLinkageName(Linkage L) { getLinkageName() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp463 const char *DWARFDie::getLinkageName() const { getLinkageName() function in DWARFDie
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, getLinkageName() function in LVCodeViewReader
H A DLVCodeViewVisitor.cpp688 void LVSymbolVisitorDelegate::getLinkageName(uint32_t RelocOffset, getLinkageName() function in LVSymbolVisitorDelegate
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1865 StringRef getLinkageName() const { return getStringOperand(3); } getLinkageName() function
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3286 static std::string getLinkageName(GlobalValue::LinkageTypes LT) { getLinkageName() function