Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h32 getVariableLoc(StringRef name);
/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DDWARF.cpp73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc() function in lld::DWARFCache
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h261 getVariableLoc(StringRef name);
H A DInputFiles.cpp360 file.getVariableLoc(sym.getName())) in getSrcMsgAux()
471 ObjFile<ELFT>::getVariableLoc(StringRef name) { in getVariableLoc() function in ObjFile
472 return getDwarf()->getVariableLoc(name); in getVariableLoc()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp127 dwarf->getVariableLoc(symName)) in getSourceLocation()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp914 dwarf->getVariableLoc(var); in getVariableLocation()