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

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h32 getVariableLoc(StringRef name);
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp73 DWARFCache::getVariableLoc(StringRef name) { function in class:lld::DWARFCache
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h225 llvm::Optional<std::pair<std::string, unsigned>> getVariableLoc(StringRef name);
H A DInputFiles.cpp242 file.getVariableLoc(sym.getName()))
276 ObjFile<ELFT>::getVariableLoc(StringRef name) { function in class:lld::elf::ObjFile
279 return dwarf->getVariableLoc(name);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp815 Optional<std::pair<std::string, unsigned>> ret = dwarf->getVariableLoc(var);

Completed in 186 milliseconds