Home
last modified time | relevance | path

Searched refs:getVariableLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h32 getVariableLoc(StringRef name);
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DDWARF.cpp73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc() function in lld::DWARFCache
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h227 llvm::Optional<std::pair<std::string, unsigned>> getVariableLoc(StringRef name);
H A DInputFiles.cpp255 file.getVariableLoc(sym.getName())) in getSrcMsgAux()
307 ObjFile<ELFT>::getVariableLoc(StringRef name) { in getVariableLoc() function in ObjFile
308 return getDwarf()->getVariableLoc(name); in getVariableLoc()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp941 Optional<std::pair<std::string, unsigned>> ret = dwarf->getVariableLoc(var); in getVariableLocation()