Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h32 getVariableLoc(StringRef name);
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc() function in lld::DWARFCache
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h264 getVariableLoc(StringRef name);
H A DInputFiles.cpp383 file.getVariableLoc(sym.getName())) in getSrcMsgAux()
494 ObjFile<ELFT>::getVariableLoc(StringRef name) { in getVariableLoc() function in ObjFile
495 return getDwarf()->getVariableLoc(name); in getVariableLoc()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp173 dwarf->getVariableLoc(symName)) in getSourceLocation()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp958 dwarf->getVariableLoc(var); in getVariableLocation()