Home
last modified time | relevance | path

Searched defs:ValID (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h43 struct ValID { struct
44 enum {
68 ValID() : Kind(t_LocalID), APFloatVal(0.0) {} in ValID() argument
69 ~ValID() { in ~ValID() argument
DLLParser.cpp132 std::vector<std::pair<ValID, GlobalValue*> > &Refs, in ResolveForwardRefBlockAddresses()
/external/llvm/lib/AsmParser/
DLLParser.h47 struct ValID { struct
69 ValID() = default; argument
70 ValID(const ValID &RHS) in ValID() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2250 unsigned ValID = VE.getValueID(V); in pushValueAndType() local
2281 unsigned ValID = VE.getValueID(V); in pushValue() local
2287 unsigned ValID = VE.getValueID(V); in pushValueSigned() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2787 unsigned ValID = GlobalInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2801 unsigned ValID = IndirectSymbolInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2817 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2830 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2843 unsigned ValID = FunctionPersonalityFnWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1169 unsigned ValID = GlobalInitWorklist.back().second; in ResolveGlobalAndAliasInits() local
1183 unsigned ValID = AliasInitWorklist.back().second; in ResolveGlobalAndAliasInits() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp985 unsigned ValID = VE.getValueID(V); in PushValueAndType() local