Searched refs:MangledSymbol (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DOrcBindings.h60 * Memory will be allocated for MangledSymbol to hold the result. The client
62 void LLVMOrcGetMangledSymbol(LLVMOrcJITStackRef JITStack, char **MangledSymbol,
68 void LLVMOrcDisposeMangledSymbol(char *MangledSymbol);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp27 struct MangledSymbol { struct in class:__anon1898::InterfaceStubFunctionsConsumer
32 MangledSymbol() = delete;
34 MangledSymbol(const std::string &ParentName, uint8_t Type, uint8_t Binding, function in struct:__anon1898::InterfaceStubFunctionsConsumer::MangledSymbol
38 using MangledSymbols = std::map<const NamedDecl *, MangledSymbol>;
132 MangledSymbol(getMangledNames(ParentDecl).front(),
300 const MangledSymbol &Symbol = E.second;

Completed in 108 milliseconds