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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp26 struct MangledSymbol { struct in class:__anon3032::InterfaceStubFunctionsConsumer
31 MangledSymbol() = delete;
33 MangledSymbol(const std::string &ParentName, uint8_t Type, uint8_t Binding, function in struct:__anon3032::InterfaceStubFunctionsConsumer::MangledSymbol
37 using MangledSymbols = std::map<const NamedDecl *, MangledSymbol>;
131 MangledSymbol(getMangledNames(ParentDecl).front(),
299 const MangledSymbol &Symbol = E.second;

Completed in 61 milliseconds