Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp71 const char *getLinkageName(Linkage L) { in getLinkageName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp559 const char *DWARFDie::getLinkageName() const { in getLinkageName() function in DWARFDie
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2002 StringRef getLinkageName() const { return getStringOperand(3); } in getLinkageName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3162 static std::string getLinkageName(GlobalValue::LinkageTypes LT) { in getLinkageName() function