Home
last modified time | relevance | path

Searched refs:CallSiteInfoLoader (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DCallSiteInfo.h94 class CallSiteInfoLoader {
100 CallSiteInfoLoader(GsymCreator &GCreator, std::vector<FunctionInfo> &Funcs) in CallSiteInfoLoader() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp150 Error CallSiteInfoLoader::loadYAML(StringRef YAMLFile) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
173 StringMap<FunctionInfo *> CallSiteInfoLoader::buildFunctionMap() { in buildFunctionMap()
189 Error CallSiteInfoLoader::processYAMLFunctions( in processYAMLFunctions()
H A DGsymCreator.cpp194 CallSiteInfoLoader Loader(*this, Funcs); in loadCallSitesFromYAML()