Home
last modified time | relevance | path

Searched defs:loadName (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h149 StringRef loadName() const override { return _dylibInstallName; } in loadName() function
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp1102 StringRef loadName() const override { return _loadName; } in loadName() function in llvm::yaml::MappingTraits::NormalizedAtom
/external/python/cpython2/Lib/compiler/
Dpycodegen.py272 def loadName(self, name): member in CodeGenerator
/external/angle/src/libANGLE/
DContext_gl.cpp1183 void Context::loadName(GLuint name) in loadName() function in gl::Context